home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / RTF2HTML / RTFTOHTM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-08  |  214 b   |  14 lines

  1. /* RTFRDR.H */
  2.  
  3. #ifndef _rtftohtm_h_
  4. #define _rtftohtm_h_
  5.  
  6. #ifndef _INC_WINDOWS
  7. #include    <windows.h>
  8. #endif
  9.  
  10. extern  long PASCAL FAR RTFtoHTM (LPSTR iname,UINT ilen,LPSTR oname,UINT olen);
  11.  
  12. #endif
  13.  
  14.